Skip to content
/ bork Public
forked from duckinator/bork

A Python build system for PEP 517-compatible projects, with the ability to push releases to PyPI.

License

Notifications You must be signed in to change notification settings

AstraLuma/bork

 
 

Repository files navigation

bork Build Status

A frontend for building and releasing PEP 517 compliant projects, including support for generating a ZipApp.

Installation

$ pip3 install bork

Usage

Assuming a project is PEP 517 compliant, you can just do:

$ bork clean # Remove anything in build/, dist/, *.egg-info/
$ bork build # Build the project
$ bork release # Release to PyPI

ZipApp Support

If you want to build a ZipApp, add this to your setup.cfg:

[bork]
zipapp_main = <entrypoint>

Where <entrypoint> is of the form "module.submodule:function", and will likely be equivalent to the primary console_script entrypoint elsewhere in setup.cfg.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/duckinator/bork. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the bork project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A Python build system for PEP 517-compatible projects, with the ability to push releases to PyPI.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%