Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Version 1.2.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 10, 2018
1 parent 3d761d3 commit a6c256c
Show file tree
Hide file tree
Showing 13 changed files with 152 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/CODEAUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
HERE IS A LIST OF EVERYONE THAT HAS CONTRUBUTED TO THIS REPOSITORY:
HERE IS A LIST OF EVERYONE THAT HAVE CONTRUBUTED TO THIS REPOSITORY:

- RDIL (Owner)
- CoffeeGoddess (Project Admin)
- rocketpropelledpotato (Project Admin)
- CoffeeGoddess (Maintainer)
- rocketpropelledpotato (Maintainer)
- 73VW
- Wittionary
- jerry-le
Expand All @@ -21,4 +21,4 @@ HERE IS A LIST OF EVERYONE THAT HAS CONTRUBUTED TO THIS REPOSITORY:
- DirtySoc
- amrutha3

(if anybody got missed or wants to be removed from the list open a PR please)
(If anybody got missed or wants to be removed from the list open a PR please)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/main_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Main Template
about: General template for bug reports, etc.

---

# Description
Expand Down
3 changes: 3 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ exemptLabels:
- pinned
- security
- bug
- small-bug
- HACKTOBERFEST
- help wanted
- todo
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand Down
112 changes: 112 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,115 @@
# JetBrains PyCharm IDE misc. files
.idea/*.xml
.idea/*.iml
*.iml

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ There are a few things to keep in mind when contributing:
## Steps

1. Fork the repo.
2. Make your changes.
3. Push to your fork.
4. Create a PR.
5. If you need to, push extra commits (or rebase if requested).
2. Clone it if you are using a git client.
3. Make your changes.
4. Push to your fork.
5. Create a PR.
6. If you need to, push extra commits (or rebase if requested).

## Coding

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include LICENSE
include .github/CODEAUTHORS
exclude *.yml
exclude .github/*.yml
exclude extras/*.*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# area4
Dividers in Python, the easy way! Many different types. [(As seen on PyPI!)](https://pypi.org/project/area4)

<span style="text-align: center;">[![Vulnerabilities Badge](https://snyk.io/test/github/RDIL/area4/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/RDIL/area4?targetFile=requirements.txt) ![Travis Build](https://travis-ci.com/RDIL/area4.svg?branch=master) ![](https://img.shields.io/badge/license-MIT-green.svg) [![PyPi Project Version](https://badge.fury.io/py/area4.svg)](https://pypi.org/project/area4) [![CodeFactor](https://www.codefactor.io/repository/github/rdil/area4/badge)](https://www.codefactor.io/repository/github/rdil/area4) [![Documentation Status](https://readthedocs.org/projects/area4/badge/?version=latest)](https://area4.readthedocs.io/en/latest/?badge=latest) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Build Status](https://api.cirrus-ci.com/github/RDIL/area4.svg)](https://cirrus-ci.com/github/RDIL/area4)</span>
<span style="text-align: center;">[![Vulnerabilities Badge](https://snyk.io/test/github/RDIL/area4/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/RDIL/area4?targetFile=requirements.txt) ![Travis Build](https://travis-ci.com/RDIL/area4.svg?branch=master) ![](https://img.shields.io/badge/license-MIT-green.svg) [![PyPi Project Version](https://badge.fury.io/py/area4.svg)](https://pypi.org/project/area4) [![CodeFactor](https://www.codefactor.io/repository/github/rdil/area4/badge)](https://www.codefactor.io/repository/github/rdil/area4) [![Documentation Status](https://readthedocs.org/projects/area4/badge/?version=latest)](https://area4.readthedocs.io/en/latest/?badge=latest) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Build Status](https://api.cirrus-ci.com/github/RDIL/area4.svg)](https://cirrus-ci.com/github/RDIL/area4) [![GitHub Latest Tag](https://img.shields.io/github/tag/RDIL/area4.svg)](https://github.com/RDIL/area4/releases)</span>

## **[Documentation can be found here](https://area4.readthedocs.io/en/latest/)** <-------
9 changes: 9 additions & 0 deletions area4/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ~ Area4 Package by RDIL ~
# This package and source should be compatible with Python 3.4 and up!

# Imports:
import random
Expand Down Expand Up @@ -2077,3 +2078,11 @@ def area4info():
info += f"\nAuthor Email: {author_email}"
info += f"\nDescription: {description}"
return info


def check():
if __name__ == "__main__":
return True
else:
return False

12 changes: 10 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
- Changelog -

Version 1.2.0:
- Now distributing .tar.gz, .zip, and .tar.bz formats for source code
Version 1.2.1 (lots of random stuff):
- Now distributing .tar.gz and.zip formats for source code
- Did some small manifest changes
- Fixed some stuff with CIs
- Updated issue templates
- Added new badge to README file
- Updated stale tags
- Did some things with the extras directory
- Added new tag
- Fixed some compatibility things
- Made the gitignore longer for no reason

Version 1.1.9:
- Added keywords to package
Expand Down
1 change: 1 addition & 0 deletions extras/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# extras

A collection of random stuff that is here for no reason.
Feel free to put anything you want in here, except it must follow the code-of-conduct, contributing guidelines, and you cannot add anything that violates GitHub, PyPI, and/or any other platforms the code is distributed on. You also cannot add an `__init__.py` file because the code must not be distributed.
6 changes: 3 additions & 3 deletions extras/whatthefork
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hello, I am here to learn GitHub. My first time here.
Not sure if this is allowed, but thought I would put this here in the extras folder and hope it would not be in anybody's way while I learn.
It says that a fork is created. I am not sure yet what a fork is/does. But we were watching the good life the other day. Hilarious show! it's on Netflix. And, well she says 'what the fork'. So yeah.
Cheers, Simone
Not sure if this is allowed, but thought I would put this here in the extras folder and hope it would not be in anybody's way while I learn.
It says that a fork is created. I am not sure yet what a fork is/does. But we were watching the good life the other day. Hilarious show! It's on Netflix. And, well she says 'what the fork'. So yeah.
Cheers, Simone.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tag_build =
tag_date = 0

[sdist]
formats=zip,gztar,bztar
formats=zip,gztar
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -36,6 +35,6 @@
"Documentation": "https://area4.readthedocs.io/en/latest",
"Source Code": "https://github.com/RDIL/area4",
},
keywords=["area4", "dividers", "python", "utilities"],
keywords=["area4", "dividers", "python", "utilities", "enhancements"],
include_package_data=True
)

0 comments on commit a6c256c

Please sign in to comment.