Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyfast/__methodz
Hackable, pluggable, dispatching dunder methods.
https://github.com/tonyfast/__methodz
Last synced: 7 days ago
JSON representation
Hackable, pluggable, dispatching dunder methods.
- Host: GitHub
- URL: https://github.com/tonyfast/__methodz
- Owner: tonyfast
- License: bsd-3-clause
- Created: 2020-05-06T21:54:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T00:00:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T15:04:32.428Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# The front matter describes the schema for the initial project.
# Remove the front matter in the actual project.description: Configure flit for a single file project.
properties:
name:
type: string
description: The name of the project
description:
type: string
description: A short description for the project.author:
type: string
description: The name of the author
email:
type: string
format: email
description: The author's email
packages:
type: array
description: A string of dependencies
url:
type: string
format: uri
description: The homepage for your project.license:
type:
enum:
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- BSD-4-Clause
- GPL-2.0-only
- GPL-2.0-or-later
- GPL-3.0-only
- GPL-3.0-or-later
- LGPL-2.1-only
- LGPL-2.1-or-later
- LGPL-3.0-only
- LGPL-3.0-or-later
- MIT
---# [{{name}}]({{url}})
> {{description}}
Written by [{{author}}]({{email}}) under a __{{license}}__ license.