constantly
constantly copied to clipboard
Symbolic Constants in Python
On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or...
Fixes #40 It was the `ci.yaml vs ci.yml` but also the write permission for the token was missing. --------- A push to testing looks ok ... it fails as the...
I've been using `constantly` with typecheckers, and have produced the following type stub file. I think it would be beneficial to include this in the distribution (either by merging it...
 I was going through the libraries I use to collect licenses since I distribute my application using `pyqtdeploy` on Windows and noticed that `constantly` did not seem to include...
I've been trying to get the tag workflow to run for the last hour or so and it seems broken in several ways. Here's the most recent failure: https://github.com/twisted/constantly/actions/runs/6679755558/job/18152162563 I'm...
(Apologies in advance if I'm not using the right terminology, and for the wall of text.) I'd like to be able to add aliases for some of my constants. As...
Hi, I tried to install SCRAPY by typing conda install scrapy It gives an error with constantly. Then I tried to install constantly alone and I have an permission error:...
``` In [1]: from constantly import Values, ValueConstant In [2]: class Foo(Values): ...: foo = ValueConstant('foo') ...: bar = ValueConstant('bar') ...: In [3]: import json In [4]: json.dumps([Foo.foo, Foo.bar]) ---------------------------------------------------------------------------...
Talk about github workflow, review process, naming convention, documentation convention, etc. Feel free to crib from https://github.com/pyca/pyopenssl/blob/master/CONTRIBUTING.rst
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...