Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Template Python Repository

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

reactive-firewall/python-repo

Python Repo Template

About

This repo is basically my template for new repos/projects

CI Template

By default this template will assume that the GHA Service and Circle-CI Service are used for CI/CD

Status

master

CI CircleCI status Appveyor Python 3 Updates Test Coverage code coverage Coverage Status coverity Code Climate CodeFactor codebeat badge Size commits-since

Stable

CI CircleCI status Appveyor code coverage code coverage Coverage Status codebeat badge

How do I use this to create a new project repo?

(assuming new project is already forked on github to MY-NEW-REPO)

# cd /MY-AWSOME-DEV-PATH
git clone https://github.com/reactive-firewall/MY-NEW-REPO.git MY-NEW-REPO
# cd ./MY-NEW-REPO

Dev Testing Template

In a rush? Then use this:

make clean ; # cleans up from any previous tests hopefully
make test ; # runs the tests
make clean ; # cleans up for next test

Use PEP8 to check code style? Great! Try this:

make clean ; # cleans up from any previous tests hopefully
make test-style ; # runs the tests
make clean ; # cleans up for next test

Want more tests? Cool! Try tox:

make clean ; # cleans up from any previous tests hopefully
make test-tox ; # runs the tox tests
make clean ; # cleans up for next test

Documentation

For more details read the project documentation.

Next steps

Like automation? Then integrate away, this template can take it! (hint: @coderabbitai, @travis-ci, @houndci-bot, @pyup-bot, @circleci, @codecov-io, @lemurheavy, @coverallsapp, @codeclimate)

Not in a rush? Then be sure to edit the badges in the README. (hint: sed -e 's/python-repo/MY-NEW-REPO' ./README.md)

License - MIT

About

A Template Python Repository

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

AltStyle によって変換されたページ (->オリジナル) /