Skip to content

Commit

Permalink
rewrites paths and names to a16z
Browse files Browse the repository at this point in the history
  • Loading branch information
emlazzarin committed Aug 15, 2022
1 parent bfc0c93 commit 31d85ae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2022 Mason Hall
Copyright (c) 2022 Andreessen Horowitz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# farcaster
# farcaster-py

<div align="center">

[![Build status](https://github.com/fmhall/farcaster/workflows/build/badge.svg?branch=master&event=push)](https://github.com/fmhall/farcaster/actions?query=workflow%3Abuild)
[![Build status](https://github.com/a16z/farcaster-py/workflows/build/badge.svg?branch=master&event=push)](https://github.com/fmhall/farcaster/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/farcaster.svg)](https://pypi.org/project/farcaster/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/fmhall/farcaster/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/a16z/farcaster-py/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/fmhall/farcaster/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/fmhall/farcaster/releases)
[![License](https://img.shields.io/github/license/fmhall/farcaster)](https://github.com/fmhall/farcaster/blob/master/LICENSE)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/a16z/farcaster-py/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/a16z/farcaster-py/releases)
[![License](https://img.shields.io/github/license/fmhall/farcaster)](https://github.com/a16z/farcaster-py/blob/master/LICENSE)
![Coverage Report](assets/images/coverage.svg)

farcaster is a Python SDK for the Farcaster Protocol
farcaster-py is a Python SDK for the Farcaster Protocol

</div>

Expand Down
10 changes: 5 additions & 5 deletions cookiecutter-config-file.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This file contains values from Cookiecutter

default_context:
project_name: "farcaster"
project_description: "farcaster is a Python SDK for the Farcaster Protocol"
organization: "Mason Hall"
project_name: "farcaster-py"
project_description: "farcaster-py is a Python SDK for the Farcaster Protocol"
organization: "Andreessen Horowitz"
license: "MIT"
minimal_python_version: 3.7
github_name: "fmhall"
email: "masonhall@gmail.com"
github_name: "a16z"
email: "crypto-engineering@a16z.com"
version: "0.1.0"
line_length: "88"
create_example_template: "none"
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker for farcaster
# Docker for Farcaster

## Installation

Expand Down
2 changes: 1 addition & 1 deletion farcaster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""farcaster is a Python SDK for the Farcaster Protocol"""
"""farcaster-py is a Python SDK for the Farcaster Protocol"""

import sys

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "farcaster"
version = "0.1.0"
description = "farcaster is a Python SDK for the Farcaster Protocol"
description = "farcaster-py is a Python SDK for the Farcaster Protocol"
readme = "README.md"
authors = ["Mason Hall <masonhall@gmail.com>"]
authors = ["Andreessen Horowitz <crypto-engineering@a16z.com>"]
license = "MIT"
repository = "https://github.com/fmhall/farcaster"
homepage = "https://github.com/fmhall/farcaster"
repository = "https://github.com/a16z/farcaster-py"
homepage = "https://github.com/a16z/farcaster-py"

# Keywords description https://python-poetry.org/docs/pyproject/#keywords
keywords = [] #! Update me
Expand Down

0 comments on commit 31d85ae

Please sign in to comment.